
.in_ht_06{
    min-height: 150px;
    padding: 40px 0;
    background: #f8f8f7;
}

.in_ht_06_01{
    padding: 60px 0 30px;
}
.in_ht_06_02{
    width: 20%;
    float: left;
    text-align: center;
}
.in_ht_06_03{
    width: 100%;
    min-height: 110px;
    position: relative;
}

.in_ht_06_05,.in_ht_06_06{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.3s;
}
.in_ht_06_05{
    z-index: 3;
    opacity: 1;
}
.in_ht_06_06{
    z-index: 2;
    opacity: 0;
}

.in_ht_06_02:hover .in_ht_06_04 h3{
    color: #72C1D8;
}

.in_ht_06_02:hover .in_ht_06_03 .in_ht_06_05{
opacity: 0;
    transition: all 0.3s;
}
.in_ht_06_02:hover .in_ht_06_03 .in_ht_06_06{
opacity: 1;
    transition: all 0.5s;
}



.in_ht_06_04 h3{
    font-size: 16px;
    color: #333;
    margin-top: 30px;
    font-weight: normal;
}

@media screen and (max-width: 1199px){
.in_ht_06_02 {
    width: 33.33%;
    min-height: 120px;
}

.in_ht_06_02:nth-child(4),.in_ht_06_02:nth-child(5) {
    width:50%;
    min-height: 120px;
}
.in_ht_06_02:nth-child(4) .in_ht_06_03,.in_ht_06_02:nth-child(5) .in_ht_06_03 {
    min-height: 75px;
}

.in_ht_06_05 img,.in_ht_06_06 img{
    max-width: 80%;

}

.in_ht_06_03 {
    min-height: 47px;
}
.in_ht_06_01{
    padding:20px 0 20px
}





}
